/* DK, NO, SE and FI 0810 */
.col img {
    width: 100%;
    height: auto;
}


.cols180_180_180 {
    display: flex;
    background: none;

}

.cols180_180_180 .col {
    width: auto;
}

.col {
    float: none;
    flex:1;
}

.left-column-header-teaser .blck2 {
    padding: 0;
}



.afgroeder .subpage-listing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 25px;
    margin-bottom: 15px;
}
.subpage-listing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 25px;
    margin-bottom: 15px;
}




.product-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 25px;
    margin-bottom: 20px;
}

.product-card {
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 60px;
}

.product-card-description {
    padding: 15px;
    font-size: .875rem;
    letter-spacing: .04688rem;
    line-height: 1.5rem;
}

.product-card-image a img {
    width: 100%;
    height: auto;
}

.product-card-link a {
    color: #de0043;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    font-style: italic;
}

.product-card-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: flex;
    padding: 0 .5rem;
    align-items: center;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-card > div {
    padding: 15px;
}

#margi p {
    line-height: 1.5rem;
}

/* exp */
.product-card {
    max-width: 640px;
}

.home .headerteaser .txtcol > p {
    padding: 15px !important;
}

.weather-map-wrapper {
    margin: 0 auto;
}

.kvtext {
    padding-left: 20PX;
}

.teaser-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 25px;
    margin:20px 0;
}

.teaser-grid .teaser-box  {
    border: 1px solid #ccc !important;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 60px;
}

.teaser-box img {
    width: 100%;
    height: auto;
}
.teaser-box .list-bg {
    float: none;
    padding: 15px;
}

.teaser-box h2 {
    font-size: 1.25rem;
    font-weight:400;
    line-height: 1.2;
    color: rgba(16,56,79,.87);
    letter-spacing: .04688rem;
}


body[lang="fi"] #support li:nth-child(2) {
    padding-left: 20px;
}



/* Map */
section.weather-row {
    margin-top: 30px;
}
section.weather-row h3 {
    margin-bottom: 20px;
    font-size: 18px;
}
/* overrides */
h2 {
    font-size:16px;
}

@media (max-width:767px) {
    #keyvisual .kvtext {
        left: 0px;
        top:0;
        position: static;
        background:none;
        width: 90vw;
        padding: 5px 15px 5px 15px;
    }

    #keyvisual .kvtext h3,
    #keyvisual .kvtext h1 {
        font-size: 16px !important;
        padding-left: 0px !important;
        margin-top: 15px !important;
    }
    
    #keyvisual .kvtext h1 {
        font-size: 18px !important;
    }
}
